home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000181_snaple@earthlink.net_Fri Jun 20 14:18:46 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. Article: 14410 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!headwall.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: snaple@earthlink.net (Jerry)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: send a \27SO when pressing Ctrl-e
  6. Date: 20 Jun 2003 08:50:22 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 36
  9. Message-ID: <cd17ed36.0306200750.202d975c@posting.google.com>
  10. References: <cd17ed36.0306190913.2719a13@posting.google.com> <nfmIa.16$IA3.113962@twister.nyc.rr.com>
  11. NNTP-Posting-Host: 64.240.66.249
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1056124223 4298 127.0.0.1 (20 Jun 2003 15:50:23 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 20 Jun 2003 15:50:23 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14410
  18.  
  19. Thank you all for your help.  It worked.. my mistake was doing the
  20. following:
  21. set key \5 \27SO 
  22.  
  23. where the HPUX command was \27OS if you don't pay attention, you can
  24. miss how SO was backwards.  It was supposed to be OS.
  25. again, thank you guys for the help.
  26. Jerry
  27.  
  28. Jeffrey Altman <jaltman@columbia.edu> wrote in message news:<nfmIa.16$IA3.113962@twister.nyc.rr.com>...
  29. > ESC [ S O
  30. > is
  31. >    \{27}[SO
  32. > not
  33. >    \27SO
  34. > Jerry wrote:
  35. > > Is there any way to send the ESC[SO (\27SO) when pressing CTRL-e keys?
  36. > >  I've tried
  37. > > 
  38. > > set key \5 \27SO  (the \5 key was given to me when I just typed in set
  39. > > key and enter.  It asked "Which key to define".  I went ahead and
  40. > > pressed CTRL-E gave me just \5).  It might be that \5 is just the ctrl
  41. > > key ;).
  42. > > Can anyone help?  I am also willing to change the Linux Keymapping if
  43. > > it is not feasible in Kermit.
  44. > > Thank you all for your help,
  45. > > Jerry
  46. > > 
  47. > > PS: the OS is Linux 7.3 and the kermit version is 7.*.*
  48.